Browse Source

县级市级添加功能添加

maxiaoxiao 3 tuần trước cách đây
mục cha
commit
78277f723f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/remote/farmland/details.vue

+ 1 - 1
src/views/remote/farmland/details.vue

@@ -132,7 +132,7 @@
       >
       <el-button
         type="success"
-        v-show="['XJ', 'XJ'].includes(route.query.dataType)"
+        v-show="['XJ', 'SJ'].includes(route.query.dataType)"
         :disabled="!steps.find((x) => x.auditflowStep.includes('TJ'))"
         @click="operate('TJ')"
         >提交</el-button