@@ -400,6 +400,21 @@
/>
</template>
</el-table-column>
+
+ <el-table-column
+ label="送样要求"
+ width="180px">
+ <template slot-scope="scope">
+ <el-input
+ v-model="scope.row.song_yang_yao_qiu"
+ placeholder="请输入"
+ type="text"
+ :readonly="false"
+ clearable
+ />
+ </template>
+ </el-table-column>
<el-table-column
@@ -400,6 +400,22 @@
label="接样确认状态"