Browse Source

no message

ly 1 year ago
parent
commit
4e6e64801c

+ 1 - 1
src/views/business/housingFund/declare/view.vue

@@ -1,5 +1,5 @@
 <template>
-  <el-dialog title="公积金申报信息" v-model="visible" :width="width" append-to-body draggable @close="close"
+  <el-dialog title="公积金申报信息11" v-model="visible" :width="width" append-to-body draggable @close="close"
     :close-on-click-modal="false">
     <!-- <div slot="title" class="dialog-title-container">
       <span class="title-label"><i class="el-icon-document" /> 工资信息</span>

+ 1 - 1
src/views/business/socialSecurity/declare/view.vue

@@ -344,7 +344,7 @@
           取消</el-button>
         <el-button type="primary" v-if="form.status !== 3" size="small" icon="Finished" style="float: right" @click="handleSave">
           保存</el-button>
-        <el-button v-hasPermi="['business:socialSecurityDeclare:edit']" style="float: right;" v-if="!stopUseBack"  icon="back" size="small" type="warning"
+        <el-button v-hasPermi="['business:socialSecurityDeclare:return']" style="float: right;" v-if="!stopUseBack"  icon="back" size="small" type="warning"
           :disabled="
         form == null || form.status !== 3
       " @click="turnBack(form)">退回</el-button>