|
@@ -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> |
|
|