src/views/systemSetting/silkStandardSetting/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/systemSetting/silkStandardSetting/index.vue
@@ -17,6 +17,7 @@ <div class="edit-sace-label">{{ isEdit ? "锁定保存" : "界面设计" }}</div> </div> <div> 111:{{ this.silkTableList.tableData }} <SilkTableList :detail-enter="isEdit" :silk-table-list="silkTableList" @@ -153,14 +154,19 @@ }, // 新增 addBtnClick() { this.tableData.push({ projectName: "", start: 0, end: 0, price1: 0, price2: 0, price3: 0 }) if(this.isEdit){ this.tableData.push({ projectName: "", start: 0, end: 0, price1: 0, price2: 0, price3: 0 }) }else{ this.$message.error('请先解锁再新增!') } }, // 刷新 refreshClick() {