|
@@ -123,10 +123,10 @@
|
|
|
<a-divider type="vertical"/>
|
|
<a-divider type="vertical"/>
|
|
|
</span>
|
|
</span>
|
|
|
|
|
|
|
|
- <span v-has="'lot:task:check:list:submit'" v-if="record.checkState == 1 || record.checkState == 4">
|
|
|
|
|
- <a @click="handSubmit(record)">提交</a>
|
|
|
|
|
- <a-divider type="vertical"/>
|
|
|
|
|
- </span>
|
|
|
|
|
|
|
+<!-- <span v-has="'lot:task:check:list:submit'" v-if="record.checkState == 1 || record.checkState == 4">-->
|
|
|
|
|
+<!-- <a @click="handSubmit(record)">提交</a>-->
|
|
|
|
|
+<!-- <a-divider type="vertical"/>-->
|
|
|
|
|
+<!-- </span>-->
|
|
|
|
|
|
|
|
<span v-has="'lot:task:check:list:audit'" v-if="record.checkState === 2 || record.checkState === 3">
|
|
<span v-has="'lot:task:check:list:audit'" v-if="record.checkState === 2 || record.checkState === 3">
|
|
|
<a @click="showCheckCheck(record)">稽核</a>
|
|
<a @click="showCheckCheck(record)">稽核</a>
|