This commit is contained in:
‘937886381’
2023-12-13 16:55:39 +08:00
74 changed files with 6027 additions and 1057 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-12-12 13:45:25
* @LastEditTime: 2023-12-13 16:36:33
* @LastEditTime: 2023-12-13 16:55:27
* @LastEditors: zhp
* @Description:
-->
@@ -30,7 +30,7 @@
<span v-else>{{ scope.row.glassType }} </span>
</template>
</el-table-column>
<el-table-column label="投入数㎡">
<el-table-column label="规格">
<el-table-column prop="inputNow" label="本周">
<template slot-scope="scope">
<el-input v-if="scope.row.det === true" v-model="scope.row.inputNow" :disabled="disabled"></el-input>