瀏覽代碼

修改一下小问题

yuhan 1 年之前
父節點
當前提交
1adf03b20e

+ 1 - 1
src/views/module_kzks/costModelClPrice/CostModelClPriceList.vue

@@ -43,7 +43,7 @@
 
     <!-- 操作按钮区域 -->
     <div class="table-operator">
-      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+      <!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
       <a-button type="primary" icon="download" @click="handleExportXls('材料价格库')">导出</a-button>
       <!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
         <a-button type="primary" icon="import">导入</a-button>

+ 1 - 1
src/views/module_kzks/costModelWxPrice/CostModelWxPriceList.vue

@@ -189,7 +189,7 @@
             dataIndex: 'unit'
           },
           {
-            title:'备注',
+            title:'项目描述',
             align:"center",
             dataIndex: 'remark'
           },

+ 1 - 1
src/views/module_kzks/projectCostList/ProjectCostList.vue

@@ -250,7 +250,7 @@
           <a-button type="link" @click="detailClick(text,record,'zjcb','装机成本')" :style="{color: (record.children || record.id === 'amount') ? 'rgba(0,0,0,.65)' : ''}">{{(Number(text)/10000).toFixed(2)}}</a-button>
         </span>
         <span slot="workhour" slot-scope="text, record">
-          <a-button type="link" @click="detailClick(text,record,'workhour','工时')" :style="{color: (record.children || record.id === 'amount') ? 'rgba(0,0,0,.65)' : ''}">{{(Number(text)/10000).toFixed(2)}}</a-button>
+          <a-button type="link" @click="detailClick(text,record,'workhour','工时')" :style="{color: (record.children || record.id === 'amount') ? 'rgba(0,0,0,.65)' : ''}">{{text}}</a-button>
         </span>
         
 

+ 1 - 1
src/views/module_kzks/projectPushList/ProjectPushListList.vue

@@ -162,7 +162,7 @@
           {
             title:'推送至',
             align:"center",
-            dataIndex: 'pushTo'
+            dataIndex: 'pushTo_dictText'
           },
           {
             title:'推送内容',