guarantee-lsq 1 gadu atpakaļ
vecāks
revīzija
73013d1f6a

+ 1 - 1
src/views/preparation/preparation/Preparation.vue

@@ -34,7 +34,7 @@
       <div class="table-operator" style="margin-bottom: 8px;">
         <a-row>
           <a-col :md="16">
-            <a-button type="primary" icon="plus" @click="handleAdd()">筹建工单</a-button>
+            <a-button type="primary" icon="plus" @click="handleAdd()">工单</a-button>
             <a-button style="margin-left: 8px" v-if="$auth('preparation-preparations-export')" type="primary" icon="download" @click="doExport">导出</a-button>
             <a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 && $auth('preparation-preparations-del')">
               <a-menu slot="overlay">

+ 2 - 2
src/views/preparation/preparation/modules/BaseForm.vue

@@ -213,11 +213,11 @@ export default {
       this.visible = true
       // 如果是空标识添加
       if (this.BaseTool.Object.isBlank(record)) {
-        this.modalTitle = '添加建筑物工单'
+        this.modalTitle = '添加工单'
         this.saveTitle = '保存'
         return
       }
-      this.modalTitle = '编辑建筑物工单'
+      this.modalTitle = '编辑工单'
       this.saveTitle = '提交审核'
       const { form: { setFieldsValue } } = this
       // 日期处理