guarantee-lsq 11 ヶ月 前
コミット
1dc7fe5251

+ 1 - 1
src/views/custom/form/CustomForm.vue

@@ -28,7 +28,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-dropdown v-action:edit v-if="selectedRowKeys.length > 0 ">
               <a-menu slot="overlay">
                 <a-popconfirm title="是否要删除所选数据?" @confirm="batchDelete()">

+ 2 - 2
src/views/workplace/publish/MyPublish.vue

@@ -127,7 +127,7 @@ export default {
         {
           title: '发起时间',
           checked: true,
-          width: 140,
+          width: 180,
           dataIndex: 'applyTime',
         },
         {
@@ -140,7 +140,7 @@ export default {
           title: '处理时间',
           dataIndex: 'handleTime',
           checked: true,
-          width: 140,
+          width: 180,
         },
         {
           title: '当前处理人',