zcy 4 роки тому
батько
коміт
0986b265c8

+ 4 - 4
src/views/basics/add/index.vue

@@ -62,10 +62,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/add/indexColumns.js

@@ -48,6 +48,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/check/view/bl/index.vue

@@ -69,10 +69,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/check/view/bl/indexColumns.js

@@ -60,6 +60,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/check/view/dc/index.vue

@@ -62,10 +62,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/check/view/dc/indexColumns.js

@@ -60,6 +60,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/check/view/fd/index.vue

@@ -69,10 +69,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/check/view/fd/indexColumns.js

@@ -54,6 +54,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/check/view/gl/index.vue

@@ -69,10 +69,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/check/view/gl/indexColumns.js

@@ -66,6 +66,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/check/view/jc/index.vue

@@ -69,10 +69,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/check/view/jc/indexColumns.js

@@ -54,6 +54,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/check/view/wjc/index.vue

@@ -69,10 +69,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/check/view/wjc/indexColumns.js

@@ -54,6 +54,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/line/index.vue

@@ -53,10 +53,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/line/indexColumns.js

@@ -54,6 +54,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/pillar/index.vue

@@ -62,10 +62,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/pillar/indexColumns.js

@@ -66,6 +66,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/section/index.vue

@@ -61,10 +61,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/section/indexColumns.js

@@ -54,6 +54,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/suoting/index.vue

@@ -46,10 +46,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/suoting/indexColumns.js

@@ -48,6 +48,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }

+ 4 - 4
src/views/basics/tunnel/index.vue

@@ -47,10 +47,10 @@
     <!-- 操作按钮区域 -->
     <div class="table-operator" style="margin: 15px 0">
       <a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
-      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
-      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
-        <a-button ghost type="danger" icon="import">导入</a-button>
-      </a-upload>
+<!--      <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
+<!--      <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button ghost type="danger" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
 
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">

+ 1 - 0
src/views/basics/tunnel/indexColumns.js

@@ -54,6 +54,7 @@ function columns(vm) {
     {
       title: '操作',
       dataIndex: 'action',
+      width: 200,
       align: 'center',
       slots: { title: 'actionName' },
       scopedSlots: { customRender: 'action' }