保安服务单位许可和备案申请系统
linwe
2024-07-09 4bd19a5df18f763c9b89c06b60ed42d11baede2a
无诈代码优化
2 files modified
6 ■■■■ changed files
src/components/Approval/Approval.vue 4 ●●●● patch | view | raw | blame | history
src/components/cardPopup/cardPopuponce.vue 2 ●●● patch | view | raw | blame | history
src/components/Approval/Approval.vue
@@ -21,7 +21,7 @@
          <el-button icon="icon-zhengjian" :size="size" :type="type" class="zhengJian-icon"
            @click.stop="handleCredentials(row,true)">查看</el-button>
          <el-button icon="icon-zhengjian" :size="size" :type="type" class="zhengJian-icon"
          <el-button v-if="row.status == 3" icon="icon-zhengjian" :size="size" :type="type" class="zhengJian-icon"
            @click.stop="handleCredentials(row,false)">重新提交</el-button>
        </template>
      </avue-crud>
@@ -330,4 +330,4 @@
  .openOnceCLoce:hover {
    color: red;
  }
</style>
</style>
src/components/cardPopup/cardPopuponce.vue
@@ -46,7 +46,7 @@
    <div class="hand-next">
      <el-button type="primary" @click="commitFrom()" :disabled="status">{{status ? "提交审批" : "提交审批"
        }}</el-button>
      <el-button type="info" @click="qx">取消</el-button>
      <!-- <el-button type="info" @click="qx">取消</el-button> -->
    </div>
  </basic-container>