Browse Source

项目长期待摊和工资页面调整

ljb 10 months ago
parent
commit
a365826202

+ 1 - 1
src/option/projectManage/zjfyycqdtfyCost.js

@@ -18,7 +18,7 @@ export default {
   column: [
   column: [
     {
     {
       label: '资产名称',
       label: '资产名称',
-      prop: 'zcbm',
+      prop: 'assetId',
       type: 'select',
       type: 'select',
       filterable: true,
       filterable: true,
       minWidth: 140,
       minWidth: 140,

+ 1 - 1
src/views/yf-cost-manage/basic-data-setting/month-salary-list.vue

@@ -47,7 +47,7 @@
         </el-button>
         </el-button>
         <print-table-btn @click="printTable" />
         <print-table-btn @click="printTable" />
         <div>
         <div>
-          <year-month-select v-model="params.yearAndMonth"></year-month-select>
+          <year-month-select v-model="params.yearAndMonth" :showAllYear="false"></year-month-select>
         </div>
         </div>
       </template>
       </template>