| | |
| | | </el-table-column> |
| | | <el-table-column prop="itemDentify" align="center" width="220" label="配置项标识"> |
| | | <template v-slot="{ row }"> |
| | | <el-input v-model="row.itemDentify" placeholder="配置项标识"></el-input> |
| | | <el-input v-model="row.itemIdentify" placeholder="配置项标识"></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="version" align="center" width="120" label="版本"> |
| | |
| | | clearable></zt-dict> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" prop="files" label="上传附件" width="300" align="center"> |
| | | <template v-slot="{ row }"> |
| | | <!-- <zt-table-button @click="files(row.id)">上传附件</zt-table-button>--> |
| | | <table-uploader busi-type="config_item_warehouse" model-name="row" :dataForm="row" |
| | | v-model="row.files"/> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <div class="icon-container" @click="addConfigItemWarehouseRow()"> |
| | | <!-- 放置固定的图标 --> |