Browse Source

app2.0 流程审核界面优化

长阳分支推送专用
ndbs 2 years ago
parent
commit
a55fdbc8ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue View File

@@ -33,7 +33,7 @@
</view> </view>
</template> </template>


<l-textarea v-model="remark" :placeholder="`输入${typeText}备注`" title="备注:" />
<l-textarea v-model="remark" :placeholder="`输入${typeText}审核意见`" title="审核意见:" />


<view class="padding margin-top bg-white"> <view class="padding margin-top bg-white">
<l-button @click="submit" class="block" size="lg" color="green" block>提交流程{{ typeText }}</l-button> <l-button @click="submit" class="block" size="lg" color="green" block>提交流程{{ typeText }}</l-button>


Loading…
Cancel
Save