Explorar el Código

审核状态展示

yuanmingze hace 4 meses
padre
commit
f903716215
Se han modificado 3 ficheros con 15 adiciones y 2 borrados
  1. 2 2
      .env.development
  2. BIN
      dist.7z
  3. 13 0
      src/views/serviceManagement/serviceReviewed/index.vue

+ 2 - 2
.env.development

@@ -2,7 +2,7 @@ NODE_ENV = 'development'
 VUE_APP_TYPE= 'dev'
 # VUE_APP_URL = 'http://10.144.62.235:9999'
 # VUE_APP_URL = 'https://mic.freerr.cn'
-# VUE_APP_URL = 'https://mic.cnbg.com.cn'
+VUE_APP_URL = 'https://mic.cnbg.com.cn'
 # VUE_APP_URL = 'https://cnbg.yaoyi.net'
 # VUE_APP_URL = 'http://192.168.110.25:9999'
-VUE_APP_URL = 'https://mic-t.cnbg.com.cn'
+# VUE_APP_URL = 'https://mic-t.cnbg.com.cn'

BIN
dist.zip → dist.7z


+ 13 - 0
src/views/serviceManagement/serviceReviewed/index.vue

@@ -121,6 +121,19 @@
         <vxe-table-column field="mahName" title="产品所属生产企业" width="200"></vxe-table-column>
         <vxe-table-column field="skuName" title="关联产品名称" width="200"></vxe-table-column>
         <vxe-table-column field="provAbbr" title="执行包所属省份" width="130"></vxe-table-column>
+        <vxe-table-column field="taskStatus" title="审核状态" width="130">
+          <template slot-scope="scope">
+            <div v-if="scope.row.taskStatus === '2'">
+              <div>待服务商审核</div>
+            </div>
+            <div v-else-if="scope.row.taskStatus === '3'">
+              <div>审核通过</div>
+            </div>
+            <div v-else-if="scope.row.taskStatus === '4'">
+              <div>审核拒绝</div>
+            </div>
+          </template>
+        </vxe-table-column>
         <vxe-table-column title="已审批节点" width="120">
           <template slot-scope="scope">
             <div class="btns">